home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Add-Remove Plus / invarptrial.exe / {app} / arplus.exe / 0 / RCDATA / TFWELCOME / TFWELCOME.txt < prev   
Text File  |  2004-10-21  |  4KB  |  175 lines

  1. object fWelcome: TfWelcome
  2.   Left = 300
  3.   Top = 209
  4.   BorderStyle = bsDialog
  5.   Caption = 'Welcome'
  6.   ClientHeight = 320
  7.   ClientWidth = 477
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     477
  19.     320)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object bevBottom: TBevel
  23.     Left = 0
  24.     Top = 273
  25.     Width = 477
  26.     Height = 47
  27.     Align = alBottom
  28.     Shape = bsTopLine
  29.   end
  30.   object paWelcome: TPanel
  31.     Left = 0
  32.     Top = 60
  33.     Width = 477
  34.     Height = 213
  35.     Align = alClient
  36.     BevelOuter = bvNone
  37.     TabOrder = 0
  38.     object Label3: TLabel
  39.       Left = 16
  40.       Top = 8
  41.       Width = 136
  42.       Height = 16
  43.       Caption = 'Uninstaller Options:'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -15
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.     end
  51.     object lCreateExplanatory: TLabel
  52.       Left = 52
  53.       Top = 56
  54.       Width = 404
  55.       Height = 39
  56.       Caption = 
  57.         'This option will display all the applications which can automati' +
  58.         'cally be uninstalled from your computer (program with an associa' +
  59.         'ted uninstaller). Just select the application from the list and ' +
  60.         'choose Uninstall program.'
  61.       Transparent = True
  62.       WordWrap = True
  63.     end
  64.     object lImportExplanatory: TLabel
  65.       Left = 56
  66.       Top = 144
  67.       Width = 399
  68.       Height = 39
  69.       Caption = 
  70.         'Select this option to remove any existing application from your ' +
  71.         'computer (for example, applications which do not have an associa' +
  72.         'ted uninstaller). Just follow the steps in each screen to comple' +
  73.         'te uninstalling the program.'
  74.       Transparent = True
  75.       WordWrap = True
  76.     end
  77.     object rbNormal: TRadioButton
  78.       Left = 48
  79.       Top = 32
  80.       Width = 257
  81.       Height = 17
  82.       Caption = 'Normal uninstall'
  83.       Checked = True
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clWindowText
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.       TabOrder = 0
  91.       TabStop = True
  92.     end
  93.     object rbManual: TRadioButton
  94.       Left = 48
  95.       Top = 120
  96.       Width = 297
  97.       Height = 17
  98.       Caption = 'Assisted uninstall'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.       TabOrder = 1
  106.     end
  107.   end
  108.   object paTop: TPanel
  109.     Left = 0
  110.     Top = 0
  111.     Width = 477
  112.     Height = 60
  113.     Align = alTop
  114.     BevelInner = bvRaised
  115.     BevelOuter = bvLowered
  116.     TabOrder = 1
  117.     object Image2: TImage
  118.       Left = 2
  119.       Top = 2
  120.       Width = 473
  121.       Height = 56
  122.       Align = alClient
  123.       Picture.Data = {<image000.bmp>}
  124.       Stretch = True
  125.     end
  126.     object lWindowTitle: TLabel
  127.       Left = 23
  128.       Top = 20
  129.       Width = 300
  130.       Height = 16
  131.       Caption = 'Welcome to Innovatools Add/Remove Plus!'
  132.       Color = clSilver
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = 1973790
  135.       Font.Height = -13
  136.       Font.Name = 'MS Sans Serif'
  137.       Font.Style = [fsBold]
  138.       ParentColor = False
  139.       ParentFont = False
  140.       Transparent = True
  141.     end
  142.     object Image1: TImage
  143.       Left = 432
  144.       Top = 16
  145.       Width = 32
  146.       Height = 32
  147.       AutoSize = True
  148.       Picture.Data = {<image001.bmp>}
  149.       Transparent = True
  150.     end
  151.   end
  152.   object buContinue: TButton
  153.     Left = 376
  154.     Top = 282
  155.     Width = 91
  156.     Height = 33
  157.     Anchors = [akLeft, akBottom]
  158.     Cancel = True
  159.     Caption = '&Continue'
  160.     Default = True
  161.     ModalResult = 1
  162.     TabOrder = 2
  163.   end
  164.   object cbShowAtStartup: TCheckBox
  165.     Left = 8
  166.     Top = 290
  167.     Width = 321
  168.     Height = 17
  169.     Anchors = [akLeft, akBottom]
  170.     Caption = 'Show this Welcome dialog box at startup'
  171.     TabOrder = 3
  172.     OnClick = cbShowAtStartupClick
  173.   end
  174. end
  175.